home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / telecomm / bbs / xareafix.lha / XAreaFix / help / XAreaFix.user
Encoding:
Text File  |  1994-02-20  |  4.9 KB  |  142 lines

  1. Remote sysop's manual to Xenolink XAreaFix by Bart Schraa
  2.  
  3.  
  4. Where should XAreaFix be used for ?
  5. -----------------------------------
  6.  
  7.    Your  sysop  has decided to install another Areafix clone, XAreaFix.  It
  8. has been installed for your convenience, you can now turn on and off areas,
  9. whether  they  are file related areas or just plain message areas.  Lots of
  10. other features are supported too, they will be explained later.
  11.  
  12.    Write  a  MATRIX  message to your sysop's fidonet address, and write the
  13. message to username AreaFix.
  14.  
  15. TO: AreaFix
  16. Subject: secret
  17. %QUERY
  18. ---
  19.  
  20.    After  you've  send  the message to your feed, and it has been unpacked,
  21. XAreaFix will scan your message, if you've set all things correct, XAreaFix
  22. will scan your message and send you the list of area's you're connected to.
  23. If  you  want  to add additional notes in the message, not for XAreaFix but
  24. the  sysop,  add '---' on a new line and start writing.  XAreaFix will stop
  25. reading  your  message  if  it comes to a line beginning with '---' or when
  26. end-of-message is reached.
  27.  
  28.    When  a  remote  system  wants  to  write to AreaFix he must specify his
  29. password  on the subject line. 
  30.  
  31.        These are the commands currently supported (there will be more), they
  32.     have to be preceeded by a '%' like '%LIST:
  33.  
  34.         *  LIST                 : List of all available area's.
  35.  
  36.         *  QUERY                : List of all connected area's.
  37.  
  38.         *  UNLINKED             : List of all available but not connected
  39.                                   area's.
  40.  
  41.         *  AVAIL                : List all area's at your uplink(s).
  42.  
  43.         *  +ALL                 : Connect all available area's.
  44.  
  45.         *  -ALL                 : Disconnect all connected area's.
  46.  
  47.         *  HELP                 : Send help file.
  48.  
  49.         *  PAUSE                : Disconnects all active area's and saves them
  50.                                   to a temporary file for later use
  51.  
  52.         *  RESUME               : (re)Connects all area's listed in the
  53.                                   temporary file saved by the 'PAUSE' command.
  54.  
  55.         *  FROM <address>       : Changes the address used as origin address
  56.                                   into <address> which is used to process the
  57.                                   areafix message.
  58.  
  59.         *  COMPRESS <arc>       : changes archiver in systems.config to <arc>;
  60.                                   'COMPRESS ?' will list all possible archivers
  61.                                   at your system
  62.  
  63.         *  PASSWORD <password>  : will change the areafix password to
  64.                                   <password> in the XAreaFix.config
  65.  
  66.         *  LINKPW <password>    : will change the linkup password to <password>
  67.                                   in the systems.config
  68.  
  69.         *  TICKPW <password>    : will change the tick password to <password>
  70.                                   in the XAreaFix.config
  71.  
  72.         *  TICKMSG <YES/NO>     : will change TickSend to (NO)TICKSEND in the
  73.                                   XAreaFix.config
  74.  
  75.         *  SEND <YES/NO>        : will change Send to (NO)SEND in the
  76.                                   XAreaFix.config
  77.  
  78.  
  79.     NOTE:
  80.  
  81.         All commands are available from the subject line also (except (+/-)ALL
  82.     and FROM):
  83.  
  84.         LIST     : -L
  85.         QUERY    : -Q
  86.         UNLINKED : -U
  87.         HELP     : -H
  88.         PAUSE    : -P
  89.         RESUME   : -R
  90.         AVAIL    : -A
  91.  
  92.         The originating (your) message must look something like:
  93.  
  94.     From    : Bart Schraa      2:285/312.1
  95.     To      : XAreaFix         2:285/312
  96.     Subject : SECRET
  97.     --------------------------------------
  98.     XENOLINK_SYSOP
  99.     +XENOLINK_INFO
  100.     -XENOLINK_UTIL
  101.     %UNLINKED
  102.     NLA*
  103.     ---
  104.  
  105.     This will result in a message like:
  106.  
  107.     From    : XAreaFix         2:285/312
  108.     To      : Bart Schraa      2:285/312.1
  109.     Subject : Auto Reply
  110.     --------------------------------------
  111.     
  112.             TagName             Action
  113.     ------------------------ ------------
  114.     XENOLINK_SYSOP            connected.
  115.     XENOLINK_INFO             connected.
  116.     XENOLINK_UTIL             disconnected.
  117.     NLA_SYSOP                 connected
  118.     NLA_TEST                  connected
  119.  
  120.     Unlinked message area's :
  121.  
  122.             TagName                             Description
  123.     ------------------------ -------------------------------------------------
  124.  
  125.     XENOLINK_UTIL_NL          Nederlandse utility support
  126.     XENOLINK_UTIL             Intenational utility support
  127.  
  128.     Generated by XAreaFix 1.0, (c) 1992-1994 Bart Schraa, XEcho Development.
  129.  
  130.  
  131.    Switches in front of the commands or tagnames that are valid are:
  132.  
  133.        *  %  a command to be processed by XAreaFix
  134.        *  +  Connect an area for the requesting system
  135.        *  -  Disconnect an area for the requesting system
  136.        *     (Nothing) is the same as the '+'
  137.  
  138.        Wildcards are supported in the same way as AmigaDOS handles them. So
  139.     NLA* will connect all area's that begin with NLA.
  140.  
  141.  
  142.